Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content addressable store #37

Merged
merged 15 commits into from
Jul 30, 2023
Merged

Content addressable store #37

merged 15 commits into from
Jul 30, 2023

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Jul 29, 2023

Fixes #36
Fixes #35

@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2023

Codecov Report

Merging #37 (69fa7fd) into main (00cb921) will increase coverage by 2.15%.
The diff coverage is 86.95%.

@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
+ Coverage   80.06%   82.22%   +2.15%     
==========================================
  Files          18       21       +3     
  Lines         953     1035      +82     
==========================================
+ Hits          763      851      +88     
+ Misses        190      184       -6     
Files Changed Coverage Δ
crates/cli/src/main.rs 0.00% <ø> (ø)
crates/executor/src/lib.rs 0.00% <0.00%> (ø)
crates/lockfile/src/lib.rs 0.00% <0.00%> (ø)
crates/package_json/src/lib.rs 94.00% <0.00%> (-0.48%) ⬇️
crates/package_manager/src/commands/install.rs 100.00% <ø> (ø)
crates/package_manager/src/symlink.rs 100.00% <ø> (ø)
crates/registry/src/lib.rs 95.12% <0.00%> (ø)
crates/package_manager/src/lib.rs 88.88% <50.00%> (ø)
crates/cli/src/lib.rs 58.33% <57.14%> (+16.66%) ⬆️
crates/npmrc/src/custom_deserializer.rs 96.70% <71.42%> (+0.15%) ⬆️
... and 8 more

@anonrig
Copy link
Member Author

anonrig commented Jul 29, 2023

Note to myself: Add pacquet store cli command to clear store for benchmarking.

@anonrig anonrig merged commit 47a7a59 into main Jul 30, 2023
14 checks passed
@anonrig anonrig deleted the content-addressable-store branch July 30, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement content-addressable store Consider using miette for error diagnostic
2 participants